home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The AGA Experience 3
/
AGA Experience Volume 3 (1997)(NFA - SAdENESS)[!].iso
/
software
/
utilities
/
programmers
/
opussdk
/
include
/
dopus
/
locale.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-08-27
|
403 b
|
22 lines
#ifndef _DOPUS_LOCALE
#define _DOPUS_LOCALE
/*****************************************************************************
Locale
*****************************************************************************/
// Locale marker
struct DOpusLocale
{
APTR li_LocaleBase;
APTR li_Catalog;
char *li_BuiltIn;
struct Locale *li_Locale;
};
STRPTR DOpusGetString(struct DOpusLocale *,LONG);
#endif